Some of you might not know how to change the background image on your layout. Looking at this comm, I'm talking about the peachy orange area behind the actual community.
At the top of any coding I've done you will find this section:
body{
background-color: #000000;
background-image: url();
background-repeat: repeat;
background-
(
Read more... )